Explicitly use sh to run ioemu configure
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Tue, 30 May 2006 22:47:41 +0000 (23:47 +0100)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Tue, 30 May 2006 22:47:41 +0000 (23:47 +0100)
instead of relying on configure executable permissions to be set.

Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
tools/Makefile

index 69fefef6473815fdcb5ea6a5f34265f810e12701..5be02fa8b44531ba7d0a50ff7ef5a7b1733d24d3 100644 (file)
@@ -58,7 +58,7 @@ check_clean:
 ifndef XEN_NO_IOEMU
 ioemu ioemuinstall ioemuclean:
        [ -f ioemu/config-host.h ] || \
-       (cd ioemu; ./configure --prefix=usr)
+       (cd ioemu; sh ./configure --prefix=usr)
        $(MAKE) -C ioemu $(patsubst ioemu%,%,$@)
 else
 ioemu ioemuinstall ioemuclean: